AcquireUpdateShape
TheAcquireUpdateShape
method returns a reference to the shape object defining the area of this canvas that needs to be updated.
ODShape AcquireUpdateShape ();
- return value
- A reference to the shape object defining the area of this canvas that needs to be updated.
DISCUSSION
OpenDoc calls this method internally; your part modifies the update shape of a canvas by calling its facet'sInvalidate
andValidate
methods.This method increments the reference count of the returned shape. When the caller has finished using that shape, it should call the shape's
Release
method.SEE ALSO
TheODCanvas::Invalidate
method (page 75).
TheODCanvas::ResetUpdateShape
method (page 77).
TheODCanvas::Validate
method (page 82).
TheODFacet::Invalidate
method (page 250).
TheODFacet::Validate
method (page 258).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help